今天在微博上看到一个用命令行快速切换目录的文章,比之前自己的解决方案好了非常多,必须记录下来分享下。每天在命令行下,一大部分的工作都是一遍又一遍的输入 cd ~/some/very/deep/often-used/directory这样来切换目录,现在利用一个简单的配置可以实现如下效果:首先进入我的...
分类:
其他好文 时间:
2014-11-07 12:34:51
阅读次数:
103
选择standard configuration ,然后next Service Name :服务名字
Launch the MySQL Server automatically:是否开机启动mysql服务
Include Bin Directory in Windows PATH:是否将MySql...
分类:
数据库 时间:
2014-11-06 23:14:13
阅读次数:
249
??1.OTP ApplicationsFiguring out OTP applications is usually rather simple. They usually all share a directory structure that looks like: ?搞清楚 OTP applications通常都非常简单,他们通常在同一个目录下, 目标结构如下: doc/;ebin/s...
分类:
其他好文 时间:
2014-11-06 20:03:28
阅读次数:
274
建立索引 为了对文档进行索引,Lucene 提供了五个基础的类,他们分别是 Document, Field, IndexWriter, Analyzer, Directory。下面我们分别介绍一下这五个类的用途: Document Document 是用来描述文档的,这里的...
分类:
Web程序 时间:
2014-11-06 11:12:11
阅读次数:
179
在平常的本地开发练习中,往往会需要发布一些静态资源。这里记录使用apache发布多个本地路径的方法。安装完apache之后,修改配置文件,找到<directory>部分添加如下内容Alias/virtualdataH:/data
<Directory"H:/data">
OptionsIndexesFollowSymLinks
AllowOverride..
分类:
Web程序 时间:
2014-11-06 02:13:57
阅读次数:
216
Linux常用命令--目录和文件操作[目录]删除、复制、移动 :1.删除文件夹用:rmdir 文件夹名但是rmdir不能删除非空的文件夹,那如何删除非空文件夹呢:2.通常情况下,删除文件用:rm 文件名-d或--directory 直接把欲删除的目录的硬连接数据删成0,删除该目录。 -f或--fo....
分类:
系统相关 时间:
2014-11-05 12:37:16
阅读次数:
267
http://hi.baidu.com/lzpsky/item/f9a727ba823257eb4ec7fd27一、简介JNDI: Java Naming and Directory Interface (JNDI) 首先关于jndi的配置网上资料很多,但大多都不是我想要的,原因很简单,改的配置文件...
分类:
编程语言 时间:
2014-11-05 10:26:42
阅读次数:
254
Usage To run ProGuard, just type: java -jar proguard.jar?options?... You can find the ProGuard jar in the?lib ?directory of the ProGuard distribution. Alternatively, the?bin ?directory conta...
分类:
其他好文 时间:
2014-11-04 21:17:42
阅读次数:
282
(1)#include 报错fatal error: QHostInfo:No such file or directory, 解决办法 在.pro文件中添加 QT += core gui network 记得这里要加上network(2)给Qt软件添加软件图标 (1) 找到一张图片.ico,名字改...
分类:
其他好文 时间:
2014-11-04 18:53:10
阅读次数:
287
Name "capture"
OutFile "capture.exe"
InstallDir "$PROGRAMFILES\capture"
Page directory
Page INSTFILES
UninstPage uninstConfirm
UninstPage instfiles
Var remote_zip_file
Var local_zip_file
Sect...
分类:
其他好文 时间:
2014-11-04 13:09:55
阅读次数:
263